KsCommandStatus<T> Class
Represents a state of a KINGSTAR method plus a value, whose type depends on the method.
Inheritance Hierarchy
System.Object
IntervalZero.KINGSTAR.Base.Api.KsCommandStatus
IntervalZero.KINGSTAR.Base.Api.KsCommandStatus<T>
Assembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public class KsCommandStatus<T> : KsCommandStatus
Public Class KsCommandStatus(Of T) Inherits KsCommandStatus
The KsCommandStatus <T> class exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | KsCommandStatus<T> | Initializes a new instance of the KsCommandStatus<T> class. |
Properties
Name | Description | |
---|---|---|
![]() | Value | The value returned by a method. Its type depends on the method. |
See also